pg_restore -j
am 14.04.2010 08:38:09 von Justin Falk--0050450163d51ed5c604842c9f97
Content-Type: text/plain; charset=ISO-8859-1
Hi,
I'm trying to use the -j option on pg_restore while restoring a database
into PG 8.4.3.
The dump was executed on PG 8.3.7 (Windows, Server 2003) using:
pg_dump -Fc -U postgres mydb > mydb.backup
This results in a ~3.4 GB dump file.
When I try to restore I'm using:
pg_restore -d mydb -U postgres -j 4 mydb.backup
This results in an error:
pg_restore: [custom archiver] dumping a specific TOC data block out of order
not supported without ID on this input stream (fseek required)
The dump works fine if I omit the -j option. What am I doing wrong?
Thanks,
Justin
--0050450163d51ed5c604842c9f97
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi,
I'm trying to use the -j option on pg_restore while restorin=
g a database into PG 8.4.3.=A0
The dump was executed on PG 8.3.7 (W=
indows, Server 2003) using:
p -Fc -U postgres mydb > mydb.backup
This results in a ~3.4 GB dump file.
When I try to restore=
I'm using:
-U postgres -j 4 mydb.backup
This results in an error:
>
pecific TOC data block out of order not supported without ID on this input =
stream (fseek required)
The dump works fine if I omit the -j o=
ption.=A0 What am I doing wrong?
Thanks,
Justin
--0050450163d51ed5c604842c9f97--